home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / demo / progen11.zip / PGSETUP.BAT < prev    next >
DOS Batch File  |  1994-02-07  |  520b  |  25 lines

  1. @echo off
  2. cls
  3. echo *** ProGen Demo Setup Utility ***
  4. echo :
  5. echo Checking Installation...
  6. if exist external\o7help.dll goto step1
  7. md external
  8. copy o7help.dll external 
  9. del o7help.dll
  10. :step1
  11. if exist accufont\install.wri goto end
  12. md accufont
  13. copy *.fon accufont
  14. copy install.wri accufont
  15. del *.fon
  16. del install.wri
  17. :end
  18. echo :
  19. echo Setup complete...
  20. echo See the Windows Write file README.WRI
  21. echo :
  22. echo To Run ProGen Demo from the Windows File Manager: 
  23. echo  - Double-click the file PROGEN.EXE
  24.  
  25.